home *** CD-ROM | disk | FTP | other *** search
- /*Zentrale Definitionen der Style Sheets fⁿr das Hauptfenster*/
-
- /*Seitenhintergrund*/
- BODY{background-color:#CCFFFF}
-
- /*▄berschriften*/
- h1{font-size:14pt; font-family:Arial; color:#AA0000; margin-bottom:0px; text-align:left}
- h2{font-size:12pt; font-family:Arial; color:#0000FF; margin-bottom:0px; text-align:left}
- h3{font-size:10pt; font-family:Times New Roman; color:#0000DD; margin-bottom:0px; margin-top:10px; text-align:center}
-
- /*Liste*/
- ul{margin-top:0px}
-
- /*Listeneintrag*/
- li{font-size:9pt; font-family:Arial; color:#000000}
-
- /*Textabsatz*/
- p{font-size:9pt; font-family:Arial; margin-bottom:0px; margin-top:10px}
- div{font-size:9pt; font-family:Arial; background-color:#FFFFFF; border-style:solid;border-width:thin; border-color:#AAAAFF; text-align:center; margin-top:10px}
- #NOTICE {background-color:#0000AA; color:#FFFFFF}
-
-
- /*Link*/
- a:link {font-size:9pt; font-family:Arial; color:#0000FF}
- a:visited {font-size:9pt; font-family:Arial; color:#0000FF}
- a:hover {font-size:9pt; font-family:Arial; color:#0000FF}
- a:active {font-size:9pt; font-family:Arial; color:#0000FF}
-
- /*Grafiken*/
- img{margin-bottom:10px; margin-top:10px; margin-left:10px; margin-right:10px; }